GET /metagenomics/api/v1/biomes/root:Engineered:Solid%20waste?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "data": {
        "type": "biomes",
        "id": "root:Engineered:Solid waste",
        "attributes": {
            "samples-count": 147,
            "biome-name": "Solid waste",
            "lineage": "root:Engineered:Solid waste"
        },
        "relationships": {
            "genomes": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Solid%20waste/genomes?format=api"
                }
            },
            "studies": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Solid%20waste/studies?format=api"
                }
            },
            "samples": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Solid%20waste/samples?format=api"
                }
            },
            "children": {
                "links": {
                    "related": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Solid%20waste/children?format=api"
                }
            }
        },
        "links": {
            "self": "https://www.ebi.ac.uk/metagenomics/api/v1/biomes/root:Engineered:Solid%20waste?format=api"
        }
    }
}